projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a3028
)
(string_char_and_length): Fix previous change.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Jul 1999 19:46:05 +0000
(19:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Jul 1999 19:46:05 +0000
(19:46 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 099d37a515e3068875a809beb2ca8902019a780a..d4bf0ca73081854f3bd628dd117ae361e685935b 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-868,9
+868,9
@@
window_box_edges (w, area, top_left_x, top_left_y,
character. */
static INLINE int
-string_char_and_length (str, max
_
len, len)
+string_char_and_length (str, maxlen, len)
unsigned char *str;
- int max
_
len, *len;
+ int maxlen, *len;
{
int c;